home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17838 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  828 b 

  1. Path: newsstand.cit.cornell.edu!usenet
  2. From: "A. Sinan Unur" <asu1@cornell.edu>
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: [Q] Any utility to attack misuse of comment /* */
  5. Date: 17 Apr 1996 18:42:27 GMT
  6. Organization: Cornell University
  7. Sender: asu1@cornell.edu (Verified)
  8. Message-ID: <4l3e2j$8es@newsstand.cit.cornell.edu>
  9. References: <4l32et$bhm@sun.rhbnc.ac.uk>
  10. NNTP-Posting-Host: 128
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  15.  
  16. why not write it yourself if checking for matching /* ... */ pairs is all you want. 
  17. i guess if you are using unix, you should go with lint which is much more 
  18. comprehensive than that. however, i still think it would be a good exercise to write 
  19. the program if you are just learning C.
  20.  
  21. sinan.
  22.  
  23.